home *** CD-ROM | disk | FTP | other *** search
/ Best of www.BestZips.com (Collector's Edition) / Best of WWW.BESTZIPS.COM Collector's Edition (JCSM Shareware) (JCS Marketing).ISO / catalogg / 32pswo10.zip / _SETUP.1 / WIO32S.EXE / 0 / RCDATA / TMNTNDLG / TMNTNDLG.txt
Text File  |  1996-10-04  |  3KB  |  140 lines

  1. object MntnDlg: TMntnDlg
  2.   Left = 135
  3.   Top = 146
  4.   ActiveControl = OKBtn
  5.   BorderStyle = bsDialog
  6.   Caption = 'Database Maintenance'
  7.   ClientHeight = 327
  8.   ClientWidth = 388
  9.   Font.Color = clBlack
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = [fsBold]
  13.   PixelsPerInch = 96
  14.   Position = poScreenCenter
  15.   ShowHint = True
  16.   OnCreate = FormCreate
  17.   TextHeight = 13
  18.   object Bevel1: TBevel
  19.     Left = 8
  20.     Top = 8
  21.     Width = 281
  22.     Height = 313
  23.     Shape = bsFrame
  24.     IsControl = True
  25.   end
  26.   object OKBtn: TBitBtn
  27.     Left = 300
  28.     Top = 8
  29.     Width = 77
  30.     Height = 27
  31.     Caption = '&Close'
  32.     TabOrder = 0
  33.     Kind = bkOK
  34.     Margin = 2
  35.     Spacing = -1
  36.     IsControl = True
  37.   end
  38.   object Button1: TButton
  39.     Left = 56
  40.     Top = 24
  41.     Width = 185
  42.     Height = 25
  43.     Hint = 'Rebuild All Indexes'
  44.     Caption = '&Reindex Database'
  45.     TabOrder = 1
  46.     OnClick = Button1Click
  47.   end
  48.   object Button2: TButton
  49.     Left = 56
  50.     Top = 56
  51.     Width = 185
  52.     Height = 25
  53.     Hint = 'Delete Indexes - Decreases Size Of Index File'
  54.     Caption = 'Delete &Indexes'
  55.     TabOrder = 2
  56.     OnClick = Button2Click
  57.   end
  58.   object Button3: TButton
  59.     Left = 56
  60.     Top = 88
  61.     Width = 185
  62.     Height = 25
  63.     Hint = 'Remove Deleted Records'
  64.     Caption = '&Pack Database'
  65.     TabOrder = 3
  66.     OnClick = Button3Click
  67.   end
  68.   object Button4: TButton
  69.     Left = 56
  70.     Top = 120
  71.     Width = 185
  72.     Height = 25
  73.     Hint = 'Very Dangerous - Use With Caution'
  74.     Caption = 'Delete &All Records'
  75.     TabOrder = 4
  76.     OnClick = Button4Click
  77.   end
  78.   object Button5: TButton
  79.     Left = 56
  80.     Top = 183
  81.     Width = 185
  82.     Height = 25
  83.     Hint = 'Try To Recreate A Corrupt Data File'
  84.     Caption = 'Repair Data &File'
  85.     TabOrder = 6
  86.     OnClick = Button5Click
  87.   end
  88.   object Button6: TButton
  89.     Left = 56
  90.     Top = 215
  91.     Width = 185
  92.     Height = 25
  93.     Hint = 'Backup Current Data File'
  94.     Caption = '&Backup'
  95.     TabOrder = 7
  96.     OnClick = Button6Click
  97.   end
  98.   object Button7: TButton
  99.     Left = 56
  100.     Top = 247
  101.     Width = 185
  102.     Height = 25
  103.     Hint = 'Restore Current Data File from The Backup File'
  104.     Caption = 'Re&store'
  105.     TabOrder = 8
  106.     OnClick = Button7Click
  107.   end
  108.   object Button8: TButton
  109.     Left = 56
  110.     Top = 279
  111.     Width = 185
  112.     Height = 25
  113.     Hint = 'Modify/Create/Delete List Items'
  114.     Caption = '&Edit Lists'
  115.     TabOrder = 9
  116.     OnClick = Button8Click
  117.   end
  118.   object HelpBtn: TBitBtn
  119.     Left = 300
  120.     Top = 40
  121.     Width = 77
  122.     Height = 27
  123.     TabOrder = 10
  124.     Kind = bkHelp
  125.     Margin = 2
  126.     Spacing = -1
  127.     IsControl = True
  128.   end
  129.   object Button9: TButton
  130.     Left = 56
  131.     Top = 151
  132.     Width = 185
  133.     Height = 25
  134.     Hint = 'Delete All Displayed Records (Selected By A Filter)'
  135.     Caption = '&Delete Selected Records'
  136.     TabOrder = 5
  137.     OnClick = Button9Click
  138.   end
  139. end
  140.